home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_338 / DoAction.as < prev   
Text File  |  2006-01-17  |  549b  |  37 lines

  1. vCashold = vCash - vCashDrink;
  2. vCashGesetzt = vCashStart - vCash;
  3. tellTarget("/japs")
  4. {
  5.    gotoAndStop("stil");
  6.    play();
  7. }
  8. tellTarget("/japs/body")
  9. {
  10.    gotoAndStop("stil");
  11.    play();
  12. }
  13. tellTarget("/mafioso")
  14. {
  15.    gotoAndStop("stil");
  16.    play();
  17. }
  18. tellTarget("/madame")
  19. {
  20.    gotoAndStop("stil");
  21.    play();
  22. }
  23. tellTarget("/cowgirl")
  24. {
  25.    if(vArm == 1)
  26.    {
  27.       gotoAndStop("stil");
  28.       play();
  29.    }
  30.    if(vArm == 0)
  31.    {
  32.       gotoAndStop("stilpleite");
  33.       play();
  34.    }
  35. }
  36. setProperty("/ende", _Y, -100);
  37.